From: Kai Großjohann Date: Fri, 2 Jul 2004 14:49:00 +0000 (+0000) Subject: ** file-remote-p now returns an identifier for the remote system, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21756 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fcdaa3ba00e9acc569a63fe9c69615835368d977;p=emacs.git ** file-remote-p now returns an identifier for the remote system, if the file is indeed remote. (Before, the return value was t in this case.) --- diff --git a/etc/NEWS b/etc/NEWS index ba9eb3121e6..be4460961b4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2222,6 +2222,10 @@ arg is non-nil. modification times. Magic file name handlers can handle this operation. +** file-remote-p now returns an identifier for the remote system, +if the file is indeed remote. (Before, the return value was t in +this case.) + ** The display space :width and :align-to text properties are now supported on text terminals.